Unitify
Convert units to your preferred tongue, in-page.
Wat is Unitify?
Unitify is een Chrome-extensie ontwikkeld door Steve Pike, en de belangrijkste functie is "Convert units to your preferred tongue, in-page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Unitify
Download Unitify-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
Unitify translates units and measurements in webpages in-place, so that you don't have to think about converting them yourself. Basisinformatie over de Extensie
| Naam | |
| ID | amhbhaikpableefmhhongikpbefdcgmf |
| Officiële URL | https://chromewebstore.google.com/detail/unitify/amhbhaikpableefmhhongikpbefdcgmf |
| Beschrijving | Convert units to your preferred tongue, in-page. |
| Bestandsgrootte | 63.65 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2013-03-26 |
| Publicatiedatum | 2013-03-26 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Steve Pike |
| Betalingswijze | free |
| Extensiewebsite | http://github.com/stringfellow/unitify |
| Help Pagina-URL | http://github.com/stringfellow/unitify/issues |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Unitify",
"description": "Convert units to your preferred tongue, in-page.",
"version": "1.0.1",
"options_page": "options.html",
"browser_action": {
"default_icon": "globe.png",
"default_popup": "options.html"
},
"icons": {
"128": "globe.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-1.9.1.min.js",
"underscore-min.js",
"unitify.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
]
} | |