Simple Share
Simply share your current tab by email, to your social networks or your Shaarli!
Was ist Simple Share?
Simple Share ist eine Chrome-Erweiterung, die von Nicolas Devenet entwickelt wurde, und ihr Hauptmerkmal ist "Simply share your current tab by email, to your social networks or your Shaarli!".
Erweiterungsscreenshots
Simple Share-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Share-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 a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli. You can customize the extension to enable only services you want :) Use the Omnibox for directly share the page with the keyword “share”.
Grundlegende Informationen zur Erweiterung
Name | Simple Share |
ID | dpojjbgadcmbpdkmlgjcmamefmcfliem |
Offizielle URL | https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem |
Beschreibung | Simply share your current tab by email, to your social networks or your Shaarli! |
Dateigröße | 21.59 KB |
Installationsanzahl | 244 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2018-04-16 |
Veröffentlichungsdatum | 2018-04-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Nicolas Devenet |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Devenet/SimpleShare |
Hilfeseite URL | https://github.com/Devenet/SimpleShare/issues |
Unterstützte Sprachen | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Share", "short_name": "Share", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "description": "__MSG_extension_description__", "browser_action": { "default_popup": "share.html", "default_icon": "images\/icon-19.png", "default_title": "__MSG_browser_action_title__" }, "background": { "persistent": false, "scripts": [ "scripts\/bg.js" ] }, "author": "Nicolas Devenet", "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare", "options_page": "options.html", "omnibox": { "keyword": "share" }, "permissions": [ "activeTab" ] } |