LJMine
LiveJournal style changer: applies your defined style to other LJ posts from different users
ما هو LJMine؟
LJMine هو إضافة Chrome تم تطويرها بواسطة Andrei Kovalevsky، والميزة الرئيسية لها هي "LiveJournal style changer: applies your defined style to other LJ posts from different users".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LJMine
قم بتنزيل ملفات الامتداد LJMine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | ogdiaieakcpcolnclkeoneekhcnkhnbp |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/ljmine/ogdiaieakcpcolnclkeoneekhcnkhnbp |
| الوصف | LiveJournal style changer: applies your defined style to other LJ posts from different users |
| حجم الملف | 9.21 KB |
| عدد التثبيتات | 32 |
| النسخة الحالية | 0.1.3 |
| آخر تحديث | 2012-10-06 |
| تاريخ النشر | 2012-10-05 |
| تقييم | 3.00/5 مجموع تقييمات 3 |
| المطور | Andrei Kovalevsky |
| نوع الدفع | free |
| اللغات المدعومة | 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"
]
}
} | |