OneClick Share Screenshot
The fastest way to share screenshots
Wat is OneClick Share Screenshot?
OneClick Share Screenshot is een Chrome-extensie ontwikkeld door https://1ce.org, en de belangrijkste functie is "The fastest way to share screenshots".
Extensie Screenshots
Download het CRX-bestand van de extensie OneClick Share Screenshot
Download OneClick Share Screenshot-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
☑ The fastest way to share a screenshot. ☑ One click, and immediately you get a URL that you can share. ☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source. ☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome. ☑ The extension works on Linux, Mac & Windows platforms. ☑ Everyone get unlimited storage, so don't stop to share screenshots!
Basisinformatie over de Extensie
Naam | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
Officiële URL | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
Beschrijving | The fastest way to share screenshots |
Bestandsgrootte | 58.68 KB |
Aantal Installaties | 233 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-03-13 |
Publicatiedatum | 2018-03-13 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://1ce.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.openscreenshot.com |
Help Pagina-URL | http://www.openscreenshot.com |
URL van de Privacybeleid Pagina | https://www.webpagescreenshot.info/privacy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneClick Share Screenshot", "version": "1.1", "manifest_version": 2, "description": "The fastest way to share screenshots", "homepage_url": "http:\/\/www.openscreenshot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to share screenshot" } } |