Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Qu'est-ce que Twitter -_orig ?
Twitter -_orig est une extension Chrome développée par Scotto, et sa fonction principale est "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter -_orig
Téléchargez les fichiers d'extension Twitter -_orig au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. Informations de Base sur l'Extension
| Nom | |
| ID | abhahfjacodgcpjmnofopebllmgmdlef |
| URL Officiel | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
| Description | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
| Taille du Fichier | 14.46 KB |
| Nombre d'Installations | 230 |
| Version Actuelle | 0.5 |
| Dernière Mise à Jour | 2019-07-28 |
| Date de Publication | 2019-07-28 |
| Évaluation | 5.00/5 Total 6 Évaluations |
| Développeur | Scotto |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
}
}
} | |