LJMine
LiveJournal style changer: applies your defined style to other LJ posts from different users
Wat is LJMine?
LJMine is een Chrome-extensie ontwikkeld door Andrei Kovalevsky, en de belangrijkste functie is "LiveJournal style changer: applies your defined style to other LJ posts from different users".
Extensie Screenshots
Download het CRX-bestand van de extensie LJMine
Download LJMine-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | ogdiaieakcpcolnclkeoneekhcnkhnbp |
| Officiële URL | https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp |
| Beschrijving | LiveJournal style changer: applies your defined style to other LJ posts from different users |
| Bestandsgrootte | 9.21 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 0.1.3 |
| Laatst Bijgewerkt | 2012-10-06 |
| Publicatiedatum | 2012-10-05 |
| Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Andrei Kovalevsky |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |