Guided Lines for awesome web developers
You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
Vad är Guided Lines for awesome web developers?
Guided Lines for awesome web developers är en Chrome-tillägg utvecklad av rplusj, och dess huvudfunktion är "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)".
Tilläggsskärmbilder
Ladda ner Guided Lines for awesome web developers-förlängningens CRX-fil
Ladda ner Guided Lines for awesome web developers-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
You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;) Grundläggande Information om Tillägg
| Namn | |
| ID | dpcjbjhjjfbpalaabgmmcojejekcofid |
| Officiell webbadress | https://chromewebstore.google.com/detail/guided-lines-for-awesome/dpcjbjhjjfbpalaabgmmcojejekcofid |
| Beskrivning | You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;) |
| Filstorlek | 210 KB |
| Antal Installationer | 10 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2015-01-30 |
| Publiceringsdatum | 2015-01-30 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | rplusj |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Guided Lines for awesome web developers",
"version": "0.0.1",
"manifest_version": 2,
"description": "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)",
"homepage_url": "http:\/\/DomainNotPurchased.com",
"icons": {
"16": "icons\/ico.png",
"48": "icons\/ico.png",
"128": "icons\/ico.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icons\/ico.png",
"default_title": "Guided Lines for awesome web developers",
"default_popup": "src\/page_action\/page_action.html"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery\/jquery.js",
"src\/inject\/inject.js"
]
}
]
} | |