Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Vad är Twitter -_orig?
Twitter -_orig är en Chrome-tillägg utvecklad av Scotto, och dess huvudfunktion är "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".
Tilläggsskärmbilder
Ladda ner Twitter -_orig-förlängningens CRX-fil
Ladda ner Twitter -_orig-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
A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file.
Grundläggande Information om Tillägg
Namn | Twitter -_orig |
ID | abhahfjacodgcpjmnofopebllmgmdlef |
Officiell webbadress | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
Beskrivning | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
Filstorlek | 14.46 KB |
Antal Installationer | 230 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2019-07-28 |
Publiceringsdatum | 2019-07-28 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | Scotto |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter -_orig", "description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/pbs.twimg.com\/media\/*" ], "browser_action": { "default_icon": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" } }, "commands": { "save": { "suggested_key": { "default": "Ctrl+S", "mac": "Command+S" }, "description": "Save" } } } |