Share it
Share or Copy web pages to anywhere by various format.
Wat is Share it?
Share it is een Chrome-extensie ontwikkeld door https://hira.page, en de belangrijkste functie is "Share or Copy web pages to anywhere by various format.".
Extensie Screenshots
Download het CRX-bestand van de extensie Share it
Download Share it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Web pages can be freely shared and copied in a variety of formats.
Basisinformatie over de Extensie
Naam | Share it |
ID | kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
Officiële URL | https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
Beschrijving | Share or Copy web pages to anywhere by various format. |
Bestandsgrootte | 299 KB |
Aantal Installaties | 160 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2021-06-03 |
Publicatiedatum | 2021-05-20 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://hira.page |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/psephopaiktes/share-it |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.1.1", "author": "Akira HIRATA", "default_locale": "en", "homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it", "description": "__MSG_extDescription__", "permissions": [ "storage", "tabs", "notifications", "activeTab", "scripting" ], "action": { "default_title": "Share this page", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } } } |