OLD | NEW |
---|---|
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
438 If the file doesn't exist, create it. | 438 If the file doesn't exist, create it. |
439 The location depends on the operating system. | 439 The location depends on the operating system. |
440 <dl> | 440 <dl> |
441 <dt> Windows: </dt> | 441 <dt> Windows: </dt> |
442 <dd> <code><em>chrome_root</em>\Application\<em>chrome_version</em>\Extensio ns\</code> | 442 <dd> <code><em>chrome_root</em>\Application\<em>chrome_version</em>\Extensio ns\</code> |
443 <br> | 443 <br> |
444 Example: <code>c:\Users\Me\AppData\Local\Google\Chrome\Application\6.0.422.0 \Extensions\</code> | 444 Example: <code>c:\Users\Me\AppData\Local\Google\Chrome\Application\6.0.422.0 \Extensions\</code> |
445 </dd> | 445 </dd> |
446 <dt> Mac OS X: </dt> | 446 <dt> Mac OS X: </dt> |
447 <dd> <code>/Library/Application Support/Google/Chrome/External Extensions/</ code> </dd> | 447 <dd> <code>/Library/Application Support/Google/Chrome/External Extensions/</ code> </dd> |
448 <p class="note"><b>Note:</b> The external extensions file is read only if ev ery directory in the path is owned by the user <code>root</code>, has the group <code>admin</code>, and is not world readable. The path must also be free of sy mbolic links. These restrictions prevent an unprivileged user from causing exte nsions to be installed for all users. See <a href="#troubleshooting">troublesho oting</a> for details.</p> | 448 <p class="note"><b>Note:</b> The external extensions file is read only if ev ery directory in the path is owned by the user <code>root</code>, has the group <code>admin</code> or <code>wheel</code>, and is not world readable. The path m ust also be free of symbolic links. These restrictions prevent an unprivileged user from causing extensions to be installed for all users. See <a href="#troub leshooting">troubleshooting</a> for details.</p> |
Mark Mentovai
2011/10/17 18:53:57
“not word readable” is wrong.
Sam Kerner (Chrome)
2011/10/17 19:35:16
Done.
| |
449 <p class="note"> | 449 <p class="note"> |
450 <b>Note:</b> The above path was added in Chrome 16. Prior versions used a d ifferent path, which is now deprecated: | 450 <b>Note:</b> The above path was added in Chrome 16. Prior versions used a d ifferent path, which is now deprecated: |
451 <code>/Applications/Google Chrome.app/Contents/Extensions/</code> .</p> | 451 <code>/Applications/Google Chrome.app/Contents/Extensions/</code> .</p> |
452 <dt> Linux: </dt> | 452 <dt> Linux: </dt> |
453 <dd> <code>/opt/google/chrome/extensions/</code> <br> | 453 <dd> <code>/opt/google/chrome/extensions/</code> <br> |
454 <b>Note:</b> Use <code>chmod</code> if necessary | 454 <b>Note:</b> Use <code>chmod</code> if necessary |
455 to make sure that <code>extensions/external_extensions.json</code> | 455 to make sure that <code>extensions/external_extensions.json</code> |
456 is world-readable. | 456 is world-readable. |
457 </dd> | 457 </dd> |
458 </dl> | 458 </dl> |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
853 _uff=0; | 853 _uff=0; |
854 urchinTracker(); | 854 urchinTracker(); |
855 } | 855 } |
856 catch(e) {/* urchinTracker not available. */} | 856 catch(e) {/* urchinTracker not available. */} |
857 </script> | 857 </script> |
858 <!-- end analytics --> | 858 <!-- end analytics --> |
859 </div> | 859 </div> |
860 </div> <!-- /gc-footer --> | 860 </div> <!-- /gc-footer --> |
861 </div> <!-- /gc-container --> | 861 </div> <!-- /gc-container --> |
862 </body></html> | 862 </body></html> |
OLD | NEW |