Fix my Title

Enter your title and it will be corrected as you type!

Vad är Fix my Title?

Fix my Title är en Chrome-tillägg utvecklad av https://tylucaskelley.com, och dess huvudfunktion är "Enter your title and it will be corrected as you type!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Fix my Title-förlängningens CRX-fil

Ladda ner Fix my Title-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Simply type or paste in text, and any mistakes will be fixed right away, with no need to click buttons or hit enter.                    

Grundläggande Information om Tillägg

Namn Fix my Title Fix my Title
ID cbaagoaigiobmonebiebljfnkekfpkif
Officiell webbadress https://chromewebstore.google.com/detail/fix-my-title/cbaagoaigiobmonebiebljfnkekfpkif
Beskrivning Enter your title and it will be corrected as you type!
Filstorlek 108 KB
Antal Installationer 20
Aktuell Version 1.2
Senast Uppdaterad 2014-11-13
Publiceringsdatum 2014-11-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://tylucaskelley.com
Betalningssätt free
Tilläggswebbplats https://github.com/tylucaskelley/fix-my-title
Hjälpsida URL https://github.com/tylucaskelley/fix-my-title
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix my Title",
    "description": "Enter your title and it will be corrected as you type!",
    "version": "1.2",
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Fix my Title",
        "default_icon": "img\/icon.png",
        "default_popup": "index.html"
    }
}