Seymour: Personal Typist

Meet Seymour. He's your personal typist.

Seymour: Personal Typistคืออะไร?

Seymour: Personal Typist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yogevahuvia.com และคุณลักษณะหลักของมันคือ "Meet Seymour. He's your personal typist."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seymour: Personal Typist

ดาวน์โหลดไฟล์ส่วนขยาย Seymour: Personal Typist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        As you type anywhere on the web, Seymour keeps count of the characters that you write. Seymour can remind you to reduce the length of your paragraphs and can even prevent you from crossing a certain amount, set by you individually, for each website that you visit.

Seymour is unobtrusive and only shows its counter sign when you're writing. You can easily turn on or off Seymour for a certain website and can easily choose, for each website, a limit of characters you'd like to set for your self.
Seymour will take care of the rest for you: he will show you character count with a light color change - starting from basic black to red as you get closer to your limit. This would help you grasp how much you've written.

If you choose to force that limit on your writings, Seymour will also show you that limit in its bubble and how many more characters you have left until you reach it. When you do, Seymour will forbid you from writing more in that text area. This is a nice little feature to help you stand in your own expectations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Seymour: Personal Typist Seymour: Personal Typist
ID iakakkmhombdnngelgjejblefgljkded
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seymour-personal-typist/iakakkmhombdnngelgjejblefgljkded
คำอธิบาย Meet Seymour. He's your personal typist.
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2015-09-09
วันที่เผยแพร่ 2015-02-15
คะแนน 4.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.yogevahuvia.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://seymour.cc/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seymour: Personal Typist",
    "short_name": "Seymour",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Meet Seymour. He's your personal typist.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/seymour-character-counter\/iakakkmhombdnngelgjejblefgljkded",
    "icons": {
        "12": "icons\/icon12.png",
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "src\/options_custom\/index.html",
    "web_accessible_resources": [
        "icons\/icon12.png"
    ],
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Seymour: Personal Typist",
        "default_popup": "src\/page_action\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}