TextFlip - ¡uʍop ǝpᴉsdn ʇxǝʇ dᴉlɟ

This extension lets you flip selected text upside down to trick friends!

What is TextFlip - ¡uʍop ǝpᴉsdn ʇxǝʇ dᴉlɟ?

TextFlip - ¡uʍop ǝpᴉsdn ʇxǝʇ dᴉlɟ is a Chrome extension developed by SpecificallyExtensions, and its main feature is "This extension lets you flip selected text upside down to trick friends!".

Extension Screenshots

screenshot
screenshot

Download TextFlip - ¡uʍop ǝpᴉsdn ʇxǝʇ dᴉlɟ Extension CRX File

Download TextFlip - ¡uʍop ǝpᴉsdn ʇxǝʇ dᴉlɟ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ¿ǝuᴉluo spuǝᴉɹɟ ɹnoʎ ǝsnɟuoɔ puɐ ʞɔᴉɹʇ oʇ ʇuɐM

Type upside down with TextFlip!

Simply select the text you want to flip, right click, click on "TextFlip to Clipboard!", then paste it wherever you want! Trick your friends with upside down text!                    

Extension Basic Information

Name TextFlip - ¡uʍop ǝpᴉsdn ʇxǝʇ dᴉlɟ TextFlip - ¡uʍop ǝpᴉsdn ʇxǝʇ dᴉlɟ
ID hpldneheficppdcjdmpafeejgpjnfenj
Official URL https://chromewebstore.google.com/detail/textflip-%C2%A1u%CA%8Dop-%C7%9Dp%E1%B4%89sdn-%CA%87x%C7%9D/hpldneheficppdcjdmpafeejgpjnfenj
Description This extension lets you flip selected text upside down to trick friends!
File Size 49.67 KB
Installation Count 159
Current Version 1.0.4
Last Updated 2018-08-21
Publish Date 2018-08-21
Rating 5.00/5 Total 1 Ratings
Developer SpecificallyExtensions
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextFlip - \u00a1u\u028dop \u01ddp\u1d09sdn \u0287x\u01dd\u0287 d\u1d09l\u025f",
    "short_name": "TextFlip",
    "version": "1.0.4",
    "description": "This extension lets you flip selected text upside down to trick friends!",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "contextMenu.js"
        ]
    }
}