LJMine
LiveJournal style changer: applies your defined style to other LJ posts from different users
Co to jest LJMine?
LJMine to rozszerzenie Chrome opracowane przez Andrei Kovalevsky, a jego główną funkcją jest „LiveJournal style changer: applies your defined style to other LJ posts from different users”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LJMine
Pobierz pliki rozszerzeń LJMine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | LJMine |
ID | ogdiaieakcpcolnclkeoneekhcnkhnbp |
Oficjalny URL | https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp |
Opis | LiveJournal style changer: applies your defined style to other LJ posts from different users |
Rozmiar pliku | 9.21 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2012-10-06 |
Data Publikacji | 2012-10-05 |
Ocena | 3.00/5 Łącznie 3 Oceny |
Deweloper | Andrei Kovalevsky |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |