Persian Twitter
Improve Twitter & TweetDeck user experience for Persian users
Persian Twitterとは何ですか?
Persian TwitterはMohamad Jahaniによって開発されたChromeの拡張機能で、その主な機能は「Improve Twitter & TweetDeck user experience for Persian users」です。
拡張機能のスクリーンショット
Persian Twitter拡張機能のCRXファイルをダウンロード
Persian Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |