LJMine
LiveJournal style changer: applies your defined style to other LJ posts from different users
Hvad er LJMine?
LJMine er en Chrome-udvidelse udviklet af Andrei Kovalevsky, og dens hovedfunktion er "LiveJournal style changer: applies your defined style to other LJ posts from different users".
Udvidelsesskærmbilleder
Download LJMine-udvidelses-CRX-fil
Download LJMine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
As a user of livejournal.com I want to see the posts of other users decorated with my style. The aim of this extension is to apply a style of currently logged in user to all posts of all users. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ogdiaieakcpcolnclkeoneekhcnkhnbp |
| Officiel URL | https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp |
| Beskrivelse | LiveJournal style changer: applies your defined style to other LJ posts from different users |
| Filstørrelse | 9.21 KB |
| Antal Installationer | 32 |
| Nuværende Version | 0.1.3 |
| Senest Opdateret | 2012-10-06 |
| Udgivelsesdato | 2012-10-05 |
| Bedømmelse | 3.00/5 Samlet 3 Bedømmelser |
| Udvikler | Andrei Kovalevsky |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LJMine",
"version": "0.1.3",
"manifest_version": 2,
"description": "LiveJournal style changer: applies your defined style to other LJ posts from different users",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"webNavigation",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
}
} | |