My Lines For You
Get top ten posts from the blog http://mylinesforyou.com.
Vad är My Lines For You?
My Lines For You är en Chrome-tillägg utvecklad av https://www.mylinesforyou.com, och dess huvudfunktion är "Get top ten posts from the blog http://mylinesforyou.com.".
Tilläggsskärmbilder
Ladda ner My Lines For You-förlängningens CRX-fil
Ladda ner My Lines For You-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
This extension fetches top ten posts from the blog http://www.mylinesforyou.com Grundläggande Information om Tillägg
| Namn | |
| ID | lmfbpphmacnnidhnchkojkiolifdoijg |
| Officiell webbadress | https://chromewebstore.google.com/detail/my-lines-for-you/lmfbpphmacnnidhnchkojkiolifdoijg |
| Beskrivning | Get top ten posts from the blog http://mylinesforyou.com. |
| Filstorlek | 10.42 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.11 |
| Senast Uppdaterad | 2014-01-22 |
| Publiceringsdatum | 2014-01-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.mylinesforyou.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.mylinesforyou.com/ |
| Stödda Språk | en |
| manifest.json | |
{
"name": "My Lines For You",
"description": "Get top ten posts from the blog http:\/\/mylinesforyou.com.",
"browser_action": {
"default_icon": "icon128.png",
"default_title": "My Lines For You",
"default_popup": "main.html"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"author": "Karthik Panjaje",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.11",
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |