Decode URLs
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).
Vad är Decode URLs?
Decode URLs är en Chrome-tillägg utvecklad av Avi Klein, och dess huvudfunktion är "Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.).".
Tilläggsskärmbilder
Ladda ner Decode URLs-förlängningens CRX-fil
Ladda ner Decode URLs-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
Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). Grundläggande Information om Tillägg
| Namn | |
| ID | ammnkklofnncmpmenbffefpmdnocnmlp |
| Officiell webbadress | https://chromewebstore.google.com/detail/decode-urls/ammnkklofnncmpmenbffefpmdnocnmlp |
| Beskrivning | Decode URLs to make it easy to share URLs in non Latin characters (Hebrew, Arabic, etc.). |
| Filstorlek | 7.79 KB |
| Antal Installationer | 238 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2019-04-24 |
| Publiceringsdatum | 2019-04-24 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Avi Klein |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Decode URLs",
"short_name": "Decode URLs",
"version": "1",
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "Popup.html"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |