Persian Twitter
Improve Twitter & TweetDeck user experience for Persian users
Persian Twitter क्या है?
Persian Twitter Mohamad Jahani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve Twitter & TweetDeck user experience for Persian users"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Persian Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Improve Twitter and TweetDeck user experience for Persian users Features: - Ability to choose between 16 free Persian fonts - Ability to enable fixed font for all tweets - Save's the chosen font and settings in the browser localStorage and loads it whenever you use Twitter or TweetDeck - Works for both Twitter and TweetDeck This project is free and MIT licensed. You can check the source code in the following Github repository: https://github.com/mamal72/persian-twitter DO NOT FORGET to SUPPORT Persian font designers! You can find more info about them in mentioned Github repository. ------------------------------------------------------------ ویژگیها: - امکان انتخاب قلم از میان ۱۶ قلم آزاد فارسی - امکان فعالسازی سایز ثابت قلم برای توییتها - ذخیرهی آخرین قلم انتخابی و تنظیمات در حافظهی مرورگر و انتخاب آنها به صورت پیشفرض برای مرورهای بعدی - قابل استفاده برای توییتر و توییتدک این پروژه به صورت آزاد با مجوز MIT منتشر شده است. شما میتوانید سورس کد پروژه را در مخزن گیتهاب زیر بررسی و مورد استفاده قرار دهید. https://github.com/mamal72/persian-twitter لطفاً طراحان قلم فارسی را حمایت کنید! جهت کسب اطلاعات بیشتر، به مخزن گیتهاب ذکر شده مراجعه نمایید.
एक्सटेंशन की मूल जानकारी
नाम | Persian Twitter |
ID | jcpoagapgofdckllllifikmflhamhokd |
आधिकारिक URL | https://chromewebstore.google.com/detail/persian-twitter/jcpoagapgofdckllllifikmflhamhokd |
विवरण | Improve Twitter & TweetDeck user experience for Persian users |
फ़ाइल का आकार | 1.16 MB |
स्थापना संख्या | 480 |
वर्तमान संस्करण | 2.3.0 |
अंतिम अपडेट | 2018-07-15 |
प्रकाशन तिथि | 2018-07-15 |
रेटिंग | 4.38/5 कुल 26 रेटिंग्स |
डेवलपर | Mohamad Jahani |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mamal72/persian-twitter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.3.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/persian-twitter-16.png", "128": "images\/persian-twitter-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/page-chrome.css" ], "run_at": "document_start", "all_frames": true } ], "page_action": { "default_icon": { "19": "images\/persian-twitter-19.png", "38": "images\/persian-twitter-38.png" }, "default_title": "Persian Twitter", "default_popup": "popup.html" }, "web_accessible_resources": [ "fonts\/*.woff", "fonts\/*.woff2" ] } |