CodePad
A whole new way to use your Chrome Tab. Open a new tab to take notes.
Vad är CodePad?
CodePad är en Chrome-tillägg utvecklad av webnirmanam, och dess huvudfunktion är "A whole new way to use your Chrome Tab. Open a new tab to take notes.".
Tilläggsskärmbilder
Ladda ner CodePad-förlängningens CRX-fil
Ladda ner CodePad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A whole new way to use your Chrome Tab. Open a new tab to take notes. Grundläggande Information om Tillägg
| Namn | |
| ID | nlanembjpnihooihcihdciioiefilplk |
| Officiell webbadress | https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk |
| Beskrivning | A whole new way to use your Chrome Tab. Open a new tab to take notes. |
| Filstorlek | 159 KB |
| Antal Installationer | 169 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2018-10-24 |
| Publiceringsdatum | 2018-10-23 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | webnirmanam |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://webnirmanam.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CodePad",
"short_name": "Pad",
"version": "1.1",
"manifest_version": 2,
"description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.",
"icons": {
"18": "img\/icon\/icon18.png",
"48": "img\/icon\/icon48.png",
"128": "img\/icon\/icon128.png"
},
"background": {
"scripts": [
"js\/bundle.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"fontSettings"
]
} | |