OneClick Share Screenshot
The fastest way to share screenshots
Vad är OneClick Share Screenshot?
OneClick Share Screenshot är en Chrome-tillägg utvecklad av https://1ce.org, och dess huvudfunktion är "The fastest way to share screenshots".
Tilläggsskärmbilder
Ladda ner OneClick Share Screenshot-förlängningens CRX-fil
Ladda ner OneClick Share Screenshot-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
☑ 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!
Grundläggande Information om Tillägg
Namn | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
Officiell webbadress | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
Beskrivning | The fastest way to share screenshots |
Filstorlek | 58.68 KB |
Antal Installationer | 233 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-03-13 |
Publiceringsdatum | 2018-03-13 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | https://1ce.org |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.openscreenshot.com |
Hjälpsida URL | http://www.openscreenshot.com |
URL till Sekretesspolicy Sidan | https://www.webpagescreenshot.info/privacy.html |
Stödda Språk | 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" } } |