Chrome Scrapbook
This is a quick and dirty way to save notes across your Chrome.
Vad är Chrome Scrapbook?
Chrome Scrapbook är en Chrome-tillägg utvecklad av Alvin Nguyen, och dess huvudfunktion är "This is a quick and dirty way to save notes across your Chrome.".
Tilläggsskärmbilder
Ladda ner Chrome Scrapbook-förlängningens CRX-fil
Ladda ner Chrome Scrapbook-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
This is a quick and dirty way to save quick notes in your Chrome. Grundläggande Information om Tillägg
| Namn | |
| ID | ibnjlibjbocfijndlhlfdkjihmjlmibd |
| Officiell webbadress | https://chromewebstore.google.com/detail/chrome-scrapbook/ibnjlibjbocfijndlhlfdkjihmjlmibd |
| Beskrivning | This is a quick and dirty way to save notes across your Chrome. |
| Filstorlek | 8.06 KB |
| Antal Installationer | 1,466 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2015-06-23 |
| Publiceringsdatum | 2015-06-22 |
| Betyg | 2.82/5 Totalt 17 Betyg |
| Utvecklare | Alvin Nguyen |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Scrapbook",
"description": "This is a quick and dirty way to save notes across your Chrome.",
"version": "1.3",
"icons": {
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
} | |