Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: chrome/common/extensions/docs/static/index.html

Issue 437001: Docs polish (Closed)
Patch Set: Add an NPAPI warning Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 #pics { 2 #pics {
3 margin:1em; 3 margin:1em;
4 border:none; 4 border:none;
5 } 5 }
6 6
7 #pics td { 7 #pics td {
8 text-align:center; 8 text-align:center;
9 width:33%!important; 9 width:33%!important;
10 border:none; 10 border:none;
11 padding:0 1em; 11 padding:0 1em;
12 font-size:90%; 12 font-size:90%;
13 } 13 }
14 14
15 #pics img { 15 #pics img {
16 width:180px; 16 width:180px;
17 height:85px; 17 height:85px;
18 border:none; 18 border:none;
19 } 19 }
20 </style> 20 </style>
21 21
22 <div id="pageData-title" class="pageData">Google Chrome Extensions: Developer Do cumentation</div> 22 <div id="pageData-title" class="pageData">Developer Documentation</div>
23 23
24 <h3>Hello There!</h3> 24 <h3>Hello There!</h3>
25 25
26 <p> 26 <p>
27 <em>Extensions</em> are small software programs 27 <em>Extensions</em> are small software programs
28 that can modify and enhance the functionality of Google Chrome. 28 that can modify and enhance the functionality of Google Chrome.
29 </p> 29 </p>
30 30
31 <p> 31 <p>
32 You write them using web technologies like 32 You write them using web technologies like
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <li> 90 <li>
91 <a href="devguide.html">Developer's Guide</a>: 91 <a href="devguide.html">Developer's Guide</a>:
92 Get detailed information on using each feature and API 92 Get detailed information on using each feature and API
93 </li> 93 </li>
94 </ul> 94 </ul>
95 95
96 <p> 96 <p>
97 Also check out the discussion group: 97 Also check out the discussion group:
98 <a href="http://groups.google.com/group/chromium-extensions">chromium-extensions </a> 98 <a href="http://groups.google.com/group/chromium-extensions">chromium-extensions </a>
99 </p> 99 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/getstarted.html ('k') | chrome/common/extensions/docs/static/npapi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698