Pix to pix (Pixel perfect by Ymatuhin)
Pixel perfect by Ymatuhin
Vad är Pix to pix (Pixel perfect by Ymatuhin)?
Pix to pix (Pixel perfect by Ymatuhin) är en Chrome-tillägg utvecklad av ymatuhin, och dess huvudfunktion är "Pixel perfect by Ymatuhin".
Tilläggsskärmbilder
Ladda ner Pix to pix (Pixel perfect by Ymatuhin)-förlängningens CRX-fil
Ladda ner Pix to pix (Pixel perfect by Ymatuhin)-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
Pixel perfect web development. Grundläggande Information om Tillägg
| Namn | |
| ID | binboaimbgchaamickjnhgjdccohndin |
| Officiell webbadress | https://chromewebstore.google.com/detail/pix-to-pix-pixel-perfect/binboaimbgchaamickjnhgjdccohndin |
| Beskrivning | Pixel perfect by Ymatuhin |
| Filstorlek | 34.18 KB |
| Antal Installationer | 4,137 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2014-04-07 |
| Publiceringsdatum | 2014-04-07 |
| Betyg | 3.88/5 Totalt 26 Betyg |
| Utvecklare | ymatuhin |
| Betalningssätt | free |
| Tilläggswebbplats | http://ymatuhin.github.io/pixToPix |
| Hjälpsida URL | http://ymatuhin.github.io |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "Pix to pix"
},
"name": "Pix to pix (Pixel perfect by Ymatuhin)",
"short_name": "Pix to pix",
"description": "Pixel perfect by Ymatuhin",
"homepage_url": "http:\/\/pixtopix.github.io",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"*:\/\/*\/*"
],
"version": "0.1",
"manifest_version": 2
} | |