Pr.co clippings extension
Add webpages to your clippings in pr.co
Was ist Pr.co clippings extension?
Pr.co clippings extension ist eine Chrome-Erweiterung, die von https://pr.co entwickelt wurde, und ihr Hauptmerkmal ist "Add webpages to your clippings in pr.co".
Erweiterungsscreenshots
Pr.co clippings extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pr.co clippings extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Add webpages to your clippings on pr.co with this convenient browser extension. Whenever on a webpage you'd like to add, just click the pr.co icon on your extension bar, fill in the details and click 'Save Clipping'. Done! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gdggjhejcaiplnfjjklbibnibfopjibi |
| Offizielle URL | https://chromewebstore.google.com/detail/prco-clippings-extension/gdggjhejcaiplnfjjklbibnibfopjibi |
| Beschreibung | Add webpages to your clippings in pr.co |
| Dateigröße | 335 KB |
| Installationsanzahl | 187 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2017-02-17 |
| Veröffentlichungsdatum | 2017-02-17 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | https://pr.co |
| Zahlungsart | free |
| Erweiterungswebsite | https://pr.co |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pr.co clippings extension",
"description": "Add webpages to your clippings in pr.co",
"version": "0.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"https:\/\/app.pr.co\/",
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |